home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Shareware World
/
Comms & Internet
/
Snak 2.0.1
/
Scripts
/
alias
< prev
next >
Wrap
Text File
|
1998-06-13
|
973b
|
41 lines
# Kent Sorensen 06/06/98 : this file is based on a file included with the
# standard distribution of ircII
# Comfortable aliases... see /help load alias
#
alias mr msg $, $*
alias ma msg $. $*
alias wa whois $.
alias ia invite $. $C
#
# command collision cludges
alias no notice
alias nf notify
alias la lastlog
#
# other quickies
alias " quote
alias lf set logfile $*
alias unset set -$*
alias unalias alias -$*
alias alarm set clock_alarm $*
alias clock set clock $*
alias h+ ^set hold_mode on
alias h- ^set hold_mode off
#
# These aliases have been taken and adapted from the .ircrc's
# posted to alt.irc some time ago...
#
alias shields_up ignore $, msgs notices
alias protect mode $C +ni
alias unprotect mode $C -ni
alias chops who $C -chop
alias wjoin window new channel $0 name $0 $1-
alias talkto window new name $0;query $0
alias oops {
^assign alias.oops $B
msg $. Sorry, that wasn't meant for you.
msg $0 $alias.oops
}
#
# lynx91,92